home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14225 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  42 lines

  1. Path: firewalker.delta-air.com!news
  2. From: "William E. Sadler" <William.Sadler@mailport.delta-air.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: BC++5.0 Great! <NOT>
  5. Date: Fri, 29 Mar 1996 09:07:55 -0500
  6. Organization: TransQuest Information Services
  7. Message-ID: <315BEEBB.1261@mailport.delta-air.com>
  8. NNTP-Posting-Host: 205.174.20.86
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (WinNT; I)
  13.  
  14. Try this one folks:
  15.  
  16. do the standard hello world:
  17.  
  18. main()
  19. {
  20.     cout << "Hello, World" << endl;
  21. }
  22.  
  23. This will compile.  Now, include the STL routine for a string, and cout the
  24. string that contains hello world.  No dice.
  25.  
  26. Sad, isn't it.  I sold a 1000 shares of borland yesterday.  Happy!  I
  27. doubled my money.  But when word abou this buggy compiler gets out in the
  28. mainstream 'puter press, I betcha they're gonna tumble.
  29.  
  30. I've loved borland, but they've finally driven me to MSVC.  Sigh...
  31.  
  32.  
  33. -- 
  34. /***************************************************************************/
  35. /* William E. Sadler                 | e-mail: wes@wesgroup.com            */
  36. /*                                   | pots  : 770-465-9960                */
  37. /***************************************************************************/
  38. /* To thine own self be true, keep your honor, be bold and remember:       */
  39. /* The only things in the middle of the road are broken yellow lines, and  */
  40. /* squished possums.                                                       */
  41. /***************************************************************************/
  42.